home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / vb / inimod.exe / INI_MOD1.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1992-06-09  |  2.3 KB  |  92 lines

  1. Ini_Mod1
  2. INI_MOD1.BAS Demo
  3. Form1,
  4. Frame2
  5. Update Values
  6. Text1
  7.     MyIni.Ini
  8. Label1
  9. Filename
  10. Label2
  11. App/Section Name
  12. Text2
  13. MyApp
  14. Text3
  15. MyKey
  16. Label3
  17. Key/Variable Name
  18. Text4
  19. Label4
  20. Value
  21. Command1
  22. Create/Update
  23. Frame1
  24. Read Values
  25. Text8
  26.     MyIni.Ini
  27. Label5
  28. Filename
  29. Label6
  30. App/Section Name
  31. Text7
  32. MyApp
  33. Text6
  34. MyKey
  35. Label7
  36. Key/Variable Name
  37. Text5
  38. Label8
  39. Default
  40. Text9
  41. Label9
  42. Value
  43. Check1
  44. Numeric
  45. Command2
  46. Command3
  47. Command3_Click
  48. Command1_Click
  49. FileName
  50. AppName
  51. KeyName
  52. NewVal
  53. SaveIni
  54. Text1
  55. Text!
  56. Text2N
  57. Text3b
  58. Text4
  59. Command2_Click
  60. Text8
  61. Text7
  62. Text6
  63. Check1
  64. value
  65. TRUEW
  66. nDefault
  67. Numeric
  68. DefaultStr~
  69. FALSE
  70. ReadIni
  71. RetStr
  72. Text5
  73. Text9
  74. IniFileName
  75.     ReturnStr
  76. Command3_Click
  77. Command1_Click
  78. name of ini file
  79. Name of application or section heading
  80. Keyword or variable name
  81. if Numeric value convert it to stringg
  82. Command2_Click
  83. name of ini file
  84. Name of application or section heading
  85. Keyword or variable name
  86. if Numeric... 
  87. Default numeric value (for numeric variables)a
  88. Tell it we are looking for numeric value
  89. Default string
  90.  (for String variables)i
  91. Tell it we are looking for a stringc
  92.